summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Bluetooth: Remove unused event mask structJohan Hedberg1-3/+0
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann1-0/+1
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann1-0/+1
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann1-9/+19
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann2-3/+33
2013-09-04net: sync some IP headers with glibcCarlos O'Donell4-20/+169
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-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-04llc: Use normal etherdevice.h testsJoe Perches1-30/+0
2013-09-04net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-09-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+8
2013-09-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-11/+206
2013-09-04net: etherdevice: add address inherit helperBjørn Mork1-0/+15
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 Wang2-1/+3
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-31driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang1-0/+1
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+2
2013-08-30pkt_sched: fq: Fair Queue packet schedulerEric Dumazet1-0/+41
2013-08-30can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-1/+8
2013-08-30net: packet: add randomized fanout schedulerDaniel Borkmann1-0/+1
2013-08-30net: add netdev_for_each_upper_dev_rcu()Veaceslav Falico1-0/+10
2013-08-30net: 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/linvil...John W. Linville12-11/+206
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-1/+18
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. 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-27openvswitch: Add SCTP supportJoe Stringer1-0/+6
2013-08-27Merge 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-24net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer1-0/+1
2013-08-24openvswitch: Mega flow implementationAndy Zhou1-1/+8