aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-5/+7
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2-2/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-09-03llc: Use normal etherdevice.h testsJoe Perches1-30/+0
2013-09-03net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-09-03Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+8
2013-09-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller12-11/+206
2013-09-03net: etherdevice: add address inherit helperBjørn Mork1-0/+15
2013-09-02net: make snmp_mib_free static inlineCong Wang1-1/+11
2013-08-31vxlan: add ipv6 proxy supportCong Wang2-0/+9
2013-08-31vxlan: add ipv6 route short circuit supportCong Wang1-0/+1
2013-08-31vxlan: add ipv6 supportCong Wang2-1/+3
2013-08-31ipv6: export a stub for IPv6 symbols used by vxlanCong Wang1-0/+15
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2-2/+2
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger1-2/+2
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger2-0/+4
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.Sonic Zhang1-0/+1
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+2
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet1-0/+41
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-1/+8
2013-08-29net: packet: add randomized fanout schedulerDaniel Borkmann1-0/+1
2013-08-29net: add netdev_for_each_upper_dev_rcu()Veaceslav Falico1-0/+10
2013-08-29net: add lower_dev_list to net_device and make a full meshVeaceslav Falico1-0/+1
2013-08-29tcp: TSO packets automatic sizingEric Dumazet2-0/+3
2013-08-29ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2-0/+2
2013-08-29net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann1-11/+9
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-11/+206
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-1/+18
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2013-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller2-1/+15
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy1-0/+4
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy4-1/+100
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-0/+4
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy7-38/+69
2013-08-26openvswitch: Add SCTP supportJoe Stringer1-0/+6
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-36/+41
2013-08-26bcma: add bcma_core_pci_power_save()Hauke Mehrtens1-0/+20
2013-08-26bcma: do not export bcma_core_pci_extend_L1timer()Hauke Mehrtens1-1/+0
2013-08-26bcma: add method to power up and down the PCIe core by wifi driverHauke Mehrtens1-0/+3
2013-08-23net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer1-0/+1
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-1/+8
2013-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-33/+38
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2-1/+18
2013-08-22fs_enet: cleanup clock API useGerhard Sittig1-0/+3
2013-08-22ipv4: expose IPV4_DEVCONFstephen hemminger2-33/+35
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong1-0/+2
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville4-1/+25