summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+2
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-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-04llc: Use normal etherdevice.h testsJoe Perches1-30/+0
2013-09-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-10/+137
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-8/+4
2013-09-03net: make snmp_mib_free static inlineCong Wang1-1/+11
2013-09-01vxlan: add ipv6 proxy supportCong Wang2-0/+9
2013-09-01vxlan: add ipv6 route short circuit supportCong Wang1-0/+1
2013-09-01vxlan: add ipv6 supportCong Wang1-1/+1
2013-09-01ipv6: export a stub for IPv6 symbols used by vxlanCong Wang1-0/+15
2013-09-01ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2-2/+2
2013-09-01qdisc: make args to qdisc_create_default conststephen hemminger1-2/+2
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger2-0/+4
2013-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-0/+14
2013-08-29tcp: TSO packets automatic sizingEric Dumazet2-0/+3
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/linvil...John W. Linville7-10/+137
2013-08-29net: add cpu_relax to busy poll loopEliezer Tamir1-0/+1
2013-08-29genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-2/+18
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+2
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-0/+1
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy1-0/+4
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy3-1/+84
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 McHardy4-29/+51
2013-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa1-12/+0
2013-08-24net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer1-0/+1
2013-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-1/+2
2013-08-23ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong1-0/+2
2013-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-1/+25
2013-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-1/+1
2013-08-21Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau2-0/+2
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-2/+3
2013-08-21Bluetooth: Add constants for SCO airmodeFrédéric Dalleau1-0/+4
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2-0/+9
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-0/+2
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-0/+1
2013-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller6-225/+17
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar1-0/+8
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar1-0/+31
2013-08-19xfrm: choose protocol family by skb protocolHannes Frederic Sowa1-2/+2