summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-032-13/+7
| * | | | | | | net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-031-28/+12
| * | | | | | | netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-032-3/+0
| * | | | | | | net: reorder struct netns_ct for better cache-line usageJesper Dangaard Brouer2013-12-131-16/+17
* | | | | | | | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-042-3/+3
* | | | | | | | llc: make lock staticstephen hemminger2014-01-031-1/+0
* | | | | | | | socket: cleanupsstephen hemminger2014-01-031-2/+0
* | | | | | | | ipv4: Use percpu Cache route in IP tunnelsTom Herbert2014-01-031-2/+6
* | | | | | | | ipv4: Cache dst in tunnelsTom Herbert2014-01-031-0/+3
* | | | | | | | sched action: make local function staticstephen hemminger2014-01-021-3/+0
* | | | | | | | ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-021-1/+1
* | | | | | | | ipv6: namespace cleanupsstephen hemminger2014-01-012-24/+0
* | | | | | | | netlink: cleanup rntl_af_registerstephen hemminger2014-01-011-2/+1
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-012-13/+155
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic2013-12-161-0/+1
| * | | | | | | mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau2013-12-161-0/+4
| * | | | | | | mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg2013-12-161-2/+19
| * | | | | | | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-16124-2797/+3328
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic2013-12-051-1/+1
| * | | | | | | nl80211: vendor command supportJohannes Berg2013-12-032-3/+126
| * | | | | | | nl80211/cfg80211: Set Operating Mode NotificationMarek Kwaczynski2013-12-031-0/+4
| * | | | | | | Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg2013-12-031-7/+0
* | | | | | | | net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu2013-12-311-0/+4
* | | | | | | | net: Allow setting sock flow hash without a sockTom Herbert2013-12-311-4/+14
* | | | | | | | tcp: make local functions staticstephen hemminger2013-12-291-3/+0
* | | | | | | | ipv4: ping make local stuff staticStephen Hemminger2013-12-281-8/+0
* | | | | | | | ipv4: remove unused functionStephen Hemminger2013-12-281-1/+0
* | | | | | | | arp: make arp_invalidate staticStephen Hemminger2013-12-281-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | drivers: net: Include new header file in sbni.cRashika Kheria2013-12-191-0/+31
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-195-20/+17
|\ \ \ \ \ \ \
| * | | | | | | xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-161-0/+1
| * | | | | | | net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-063-11/+6
| * | | | | | | xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-061-2/+0
| * | | | | | | xfrm: Namespacify xfrm state/policy locksFan Du2013-12-062-6/+9
| * | | | | | | xfrm: Using the right namespace to migrate key infoFan Du2013-12-061-1/+1
* | | | | | | | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-1/+6
* | | | | | | | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-182-6/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-6/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-101-6/+0
* | | | | | | | net_sched: convert tcf_proto_ops to use struct list_headWANG Cong2013-12-181-1/+1
* | | | | | | | net_sched: convert tc_action_ops to use struct list_headWANG Cong2013-12-181-1/+1
* | | | | | | | net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2013-12-181-6/+10
* | | | | | | | net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-181-1/+17
* | | | | | | | net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-181-13/+10
* | | | | | | | net_sched: act: use standard struct list_headWANG Cong2013-12-182-10/+18
* | | | | | | | net_sched: remove get_stats from tc_action_opsWANG Cong2013-12-181-1/+0
* | | | | | | | net: Add utility functions to clear rxhashTom Herbert2013-12-171-3/+2
* | | | | | | | tcp: refine TSO splitsEric Dumazet2013-12-171-7/+0
* | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-12-174-0/+60
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-134-0/+60
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | / / / | | |_|_|_|/ / / | |/| | | | | |
OpenPOWER on IntegriCloud