summaryrefslogtreecommitdiff
path: root/include/net (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | xfrm4: Add IPsec protocol multiplexerSteffen Klassert2014-02-25
| * | | | | | | | | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-26
| * | | | | | | | | ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-26
| * | | | | | | | | ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-26
| |/ / / / / / / /
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-24
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert2014-02-19
| | * | | | | | | | ipsec: add support of limited SA dumpNicolas Dichtel2014-02-17
| | * | | | | | | | xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2014-02-13
| | * | | | | | | | flowcache: Make flow cache name space awareFan Du2014-02-12
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-20
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | mac80211: propagate STBC / LDPC flags to radiotapEmmanuel Grumbach2014-02-06
| | * | | | | | | | mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach2014-02-06
| | * | | | | | | | mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach2014-02-06
| | * | | | | | | | cfg80211: consider existing DFS interfacesMichal Kazior2014-02-04
| | * | | | | | | | cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-04
| | * | | | | | | | nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2014-02-04
| | * | | | | | | | mac80211: remove module handling from rate control opsJohannes Berg2014-02-04
| | * | | | | | | | mac80211: make rate control ops constJohannes Berg2014-02-04
| | * | | | | | | | nl80211: add Guard Interval support for set_bitrate_maskJanusz Dziedzic2014-02-04
| | * | | | | | | | cfg80211: make connect ie param constJohannes Berg2014-02-04
| | * | | | | | | | cfg80211: Clean up connect params and channel fetchingJouni Malinen2014-02-04
| | * | | | | | | | cfg80211: Advertise maximum associated STAs in AP modeJouni Malinen2014-02-04
| | * | | | | | | | cfg80211: Allow BSS hint to be provided for connectJouni Malinen2014-02-04
| | * | | | | | | | mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho2014-02-04
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-19
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-19
| |\ \ \ \ \ \ \
| * | | | | | | | rtnl: make ifla_policy staticJiri Pirko2014-02-18
| * | | | | | | | ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister2014-02-17
| * | | | | | | | ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2014-02-17
| * | | | | | | | ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2014-02-17
| * | | | | | | | ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2014-02-17
| * | | | | | | | ieee802154: add TX power control to wpan_phyPhoebe Buckheister2014-02-17
| * | | | | | | | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-13
| * | | | | | | | net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-12
| * | | | | | | | net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-12
| * | | | | | | | net_sched: act: refactor cleanup opsWANG Cong2014-02-12
| * | | | | | | | net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-02
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'master' into for-nextJiri Kosina2014-02-20
| |\| | | | | |
| * | | | | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-19
* | | | | | | | ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-28
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tcp: syncookies: do not use getnstimeofday()Eric Dumazet2014-03-20
| |_|_|_|_|/ |/| | | | |
* | | | | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-11
* | | | | | net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-06
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-27
|\ \ \ \ \
| * | | | | xfrm: Clone states properly on migrationSteffen Klassert2014-02-20
| | |_|/ / | |/| | |
* | | | | net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-22
* | | | | sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-20
|/ / / /
* | / / net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-17
| |/ / |/| |
* | | net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria2014-02-09