aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-26rhashtable: fix rht_for_each_entry_safe() endless loopPatrick McHardy1-1/+3
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2-0/+2
2015-01-25net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas2-0/+7
2015-01-25net/mlx4_core: Manage interface state for Reset flow casesYishai Hadas1-0/+7
2015-01-25net/mlx4_core: Activate reset flow upon fatal command casesYishai Hadas1-0/+1
2015-01-25net/mlx4_core: Enhance the catas flow to support device resetYishai Hadas1-0/+7
2015-01-25net/mlx4_core: Refactor the catas flow to work per deviceYishai Hadas1-0/+2
2015-01-25net/mlx4_core: Set device configuration data to be persistent across resetYishai Hadas1-0/+2
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-3/+8
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-5/+8
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-8/+8
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel1-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. Miller3-15/+37
2015-01-19net: sched: Introduce connmark actionFelix Fietkau2-0/+36
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel2-0/+2
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel2-0/+3
2015-01-19netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel4-0/+33
2015-01-18switchdev: fix typo in inline function definitionJiri Pirko1-1/+1
2015-01-18ip_tunnel: Create percpu gro_cellMartin KaFai Lau1-17/+12
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2-7/+3
2015-01-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-6/+32
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko2-18/+11
2015-01-18switchdev: introduce switchdev notifierJiri Pirko1-0/+31
2015-01-17tc: add BPF based actionJiri Pirko3-0/+57
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist1-1/+0
2015-01-16rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue1-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. Miller4-147/+356
2015-01-15ipv4: per cpu uncached listEric Dumazet1-0/+2
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2-8/+33
2015-01-15cfg80211: remove 80+80 MHz rate reportingJohannes Berg2-6/+5
2015-01-15mac80211: remove 80+80 MHz rate reportingJohannes Berg1-4/+2
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+0
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf2-1/+15
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf1-0/+3
2015-01-15vxlan: Group Policy extensionThomas Graf2-5/+75
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-59/+197
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+7
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-0/+4
2015-01-14netdevice: Add missing parentheses in macroBenjamin Poirier1-1/+1
2015-01-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+8
2015-01-14vxlan: Remote checksum offloadTom Herbert2-0/+13
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert1-2/+13
2015-01-14nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLANLuciano Coelho1-1/+3
2015-01-14cfg80211: introduce sync regdom set API for self-managedArik Nemtsov1-0/+14
2015-01-14xen: add page_to_mfn()David Vrabel1-0/+5
2015-01-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-6/+6
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko3-13/+13
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-0/+12
2015-01-13ipv6: directly include libc-compat.h in ipv6.hWillem de Bruijn1-0/+1
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger1-6/+6