summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang2013-08-301-0/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-291-0/+41
* net: packet: add randomized fanout schedulerDaniel Borkmann2013-08-291-0/+1
* net: add netdev_for_each_upper_dev_rcu()Veaceslav Falico2013-08-291-0/+10
* net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-291-0/+1
* tcp: TSO packets automatic sizingEric Dumazet2013-08-292-0/+3
* ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2013-08-292-0/+2
* net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann2013-08-291-11/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-272-1/+15
|\
| * openvswitch: Add SCTP supportJoe Stringer2013-08-261-0/+6
| * net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer2013-08-231-0/+1
| * openvswitch: Mega flow implementationAndy Zhou2013-08-231-1/+8
* | net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-0/+4
* | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-284-1/+100
* | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-0/+4
* | netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-287-38/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-266-36/+41
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-234-33/+38
| |\
| | * ipv4: expose IPV4_DEVCONFstephen hemminger2013-08-222-33/+35
| | * ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-221-0/+2
| | * ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-08-201-0/+1
| * | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-221-0/+1
| * | Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2013-08-221-1/+0
| |/
* | fs_enet: cleanup clock API useGerhard Sittig2013-08-221-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-221-1/+1
|\ \
| * | xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-051-1/+1
* | | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-08-211-14/+1
|\ \ \
| * | | can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan2013-08-211-2/+0
| * | | can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan2013-08-211-12/+1
* | | | tun: Get skfilter layoutPavel Emelyanov2013-08-211-0/+1
* | | | tun: Allow to skip filter on attachPavel Emelyanov2013-08-211-0/+1
* | | | tun: Add ability to create tun device with given indexPavel Emelyanov2013-08-211-0/+1
|/ / /
* | | drivers: net: cpsw: remove platform data header file of cpswMugunthan V N2013-08-201-44/+0
* | | sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-201-7/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-08-2011-228/+25
|\ \ \
| * | | netfilter: export xt_HMARK.h to userlandNicolas Dichtel2013-08-142-0/+1
| * | | netfilter: export xt_rpfilter.h to userlandNicolas Dichtel2013-08-142-0/+1
| * | | netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso2013-08-133-0/+11
| * | | netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal2013-08-091-1/+3
| * | | netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy2013-07-314-6/+6
| * | | netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal2013-07-311-2/+1
| * | | netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal2013-07-311-206/+0
| * | | netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal2013-07-311-4/+0
| * | | netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy2013-07-311-2/+2
| * | | netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()Patrick McHardy2013-07-311-7/+0
* | | | openvswitch: Add vxlan tunneling support.Pravin B Shelar2013-08-201-0/+11
* | | | vxlan: Factor out vxlan send api.Pravin B Shelar2013-08-201-0/+8
* | | | vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar2013-08-201-0/+31
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-1622-58/+124
|\ \ \ \ | | |_|/ | |/| |