aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2015-01-25bridge: simplify br_getlink() a bitDan Carpenter1-6/+3
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2-1/+11
2015-01-25fib_trie: Various clean-ups for handling slenAlexander Duyck1-20/+29
2015-01-25fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck3-19/+20
2015-01-25fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-25fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-25fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-25fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73
2015-01-25fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck1-8/+8
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-4/+2
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert3-14/+15
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel1-0/+1
2015-01-23vlan: advertise link netns via netlinkNicolas Dichtel1-0/+8
2015-01-23ip6gretap: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-23rtnl: fix error path when adding an iface with a link netNicolas Dichtel1-1/+4
2015-01-23act_connmark: Add missing dependency on NF_CONNTRACK_MARKThomas Graf1-0/+1
2015-01-19Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller8-57/+98
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg1-15/+7
2015-01-19net: sched: Introduce connmark actionFelix Fietkau3-0/+204
2015-01-19net: bridge: reject DSA-enabled master netdevices as bridge membersFlorian Fainelli1-2/+8
2015-01-19net: ipv4: handle DSA enabled master network devicesFlorian Fainelli1-3/+3
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel1-3/+22
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel8-0/+24
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel1-0/+13
2015-01-19netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel1-0/+211
2015-01-19mac80211: delete the assoc/auth timer upon suspendEmmanuel Grumbach1-0/+12
2015-01-19Revert "wireless: Support of IFLA_INFO_KIND rtnl attribute"Johannes Berg1-6/+0
2015-01-19bridge: remove oflags from setlink/dellink.Rosen, Rami1-6/+2
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller6-14/+11
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg40-110/+187
2015-01-18tipc: fix socket list regression in new nl apiRichard Alpe1-12/+18
2015-01-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller32-2377/+2385
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko3-35/+59
2015-01-18switchdev: introduce switchdev notifierJiri Pirko1-0/+65
2015-01-17socket: use ki_nbytes instead of iov_length()Nicolas Dichtel1-6/+4
2015-01-17tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko1-9/+9
2015-01-17tc: add BPF based actionJiri Pirko3-0/+218
2015-01-17bridge: fix setlink/dellink notificationsRoopa Prabhu2-24/+26
2015-01-16cfg80211: fix checking nl80211_send_station() return valueJohannes Berg1-1/+1
2015-01-16mac80211: remove doubled semicolonJohannes Berg1-1/+1
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist1-15/+0
2015-01-16netlink: Fix netlink_insert EADDRINUSE errorHerbert Xu1-4/+7
2015-01-15bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse()Nicolas Dichtel1-1/+1
2015-01-15Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller36-476/+1101
2015-01-15ipv4: per cpu uncached listEric Dumazet1-13/+33
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg4-36/+84
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsMarcel Holtmann1-0/+12
2015-01-15socket: use iov_length()Nicolas Dichtel1-10/+2
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrJohan Hedberg1-8/+7