summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-08-312-0/+14
* ipv6: move ip6_local_out into core kernelCong Wang2013-08-312-25/+26
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-312-19/+22
* qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-08-312-5/+4
* qdisc: make args to qdisc_create_default conststephen hemminger2013-08-311-2/+3
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-315-8/+95
* ipv6: Remove redundant sk variableThomas Graf2013-08-301-1/+0
* tcp: do not use cached RTT for RTT estimationYuchung Cheng2013-08-301-33/+11
* pkt_sched: fq: prefetch() fixEric Dumazet2013-08-301-1/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-293-0/+807
* net: packet: use reciprocal_divide in fanout_demux_hashDaniel Borkmann2013-08-291-1/+1
* net: packet: add randomized fanout schedulerDaniel Borkmann2013-08-291-1/+12
* net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico2013-08-291-0/+25
* net: remove search_list from netdev_adjacentVeaceslav Falico2013-08-291-36/+1
* net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-291-27/+258
* net: rename netdev_upper to netdev_adjacentVeaceslav Falico2013-08-291-12/+12
* net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann2013-08-291-14/+12
* tcp: TSO packets automatic sizingEric Dumazet2013-08-294-7/+65
* ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2013-08-292-0/+27
* bridge: inherit slave devices needed_headroomFlorian Fainelli2013-08-291-0/+3
* batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli2013-08-283-0/+32
* batman-adv: Start new development cycleSimon Wunderlich2013-08-281-1/+1
* batman-adv: move enum definition at the top of the fileAntonio Quartulli2013-08-281-15/+16
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-2810-2/+91
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-2710-542/+1291
|\
| * openvswitch: optimize flow compare and mask functionsAndy Zhou2013-08-272-39/+44
| * openvswitch: Rename key_len to key_endAndy Zhou2013-08-262-16/+17
| * openvswitch: Add SCTP supportJoe Stringer2013-08-265-4/+115
| * openvswitch: Mega flow implementationAndy Zhou2013-08-235-512/+1123
| * openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang2013-08-232-4/+4
| * openvswitch: Fix argument descriptions in vport.c.Justin Pettit2013-08-231-1/+2
| * openvswitch:: link upper device for port devicesJiri Pirko2013-08-231-1/+19
| * openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar2013-08-231-1/+1
| * openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar2013-08-231-6/+7
| * openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar2013-08-231-8/+9
* | netfilter: ctnetlink: fix uninitialized variableFlorian Westphal2013-08-281-1/+1
* | netfilter: add IPv6 SYNPROXY targetPatrick McHardy2013-08-283-0/+509
* | net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-9/+16
* | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-289-0/+966
* | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-11/+18
* | netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-2811-338/+300
* | netfilter: nf_defrag_ipv6.o included twiceNathan Hintz2013-08-281-1/+1
* | netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2013-08-282-2/+39
* | net: tcp_probe: allow more advanced ingress filtering by markDaniel Borkmann2013-08-271-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-2613-43/+73
|\ \
| * | ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-222-1/+24
| * | Revert "genetlink: fix family dump race"Johannes Berg2013-08-221-7/+0
| * | bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-203-9/+9
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-202-17/+15
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-192-17/+15
| | |\ \
OpenPOWER on IntegriCloud