summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-10-017-38/+46
* ethernet: use likely() for common Ethernet encapstephen hemminger2013-10-011-4/+5
* ethernet: cleanup eth_type_transstephen hemminger2013-10-011-14/+3Star
* ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing2013-10-011-3/+0Star
* qdisc: basic classifier - remove unnecessary initializationstephen hemminger2013-09-301-1/+1
* qdisc: meta return ENOMEM on alloc failurestephen hemminger2013-09-301-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-09-303-75/+10Star
|\
| * {ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du2013-08-282-74/+9Star
| * xfrm: announce deleation of temporary SANicolas Dichtel2013-08-261-1/+1
* | dev: always advertise rx_flags changes via netlinkNicolas Dichtel2013-09-301-23/+37
* | dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2013-09-302-7/+7
* | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-292-1/+13
* | ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-295-6/+24
* | ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco2013-09-291-1/+19
* | ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa2013-09-271-0/+14
* | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-272-64/+173
* | net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-261-1/+34
* | net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-261-2/+17
* | vlan: unlink the upper neighbour before unregisteringVeaceslav Falico2013-09-261-2/+2
* | vlan: link the upper neighbour only after registeringVeaceslav Falico2013-09-261-7/+7
* | net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico2013-09-261-0/+10
* | net: add for_each iterators through neighbour lower link's privateVeaceslav Falico2013-09-261-1/+59
* | net: add netdev_adjacent->private and allow to use itVeaceslav Falico2013-09-261-11/+57
* | net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico2013-09-261-0/+13
* | net: add adj_list to save only neighboursVeaceslav Falico2013-09-261-100/+103
* | net: use lists as arguments instead of bool upperVeaceslav Falico2013-09-261-32/+22Star
* | net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa2013-09-261-1/+1
* | ipv6: do not allow ipv6 module to be removedCong Wang2013-09-241-48/+0Star
* | tcp: fix dynamic right sizingEric Dumazet2013-09-241-31/+53
* | tcp: syncookies: reduce mss table to four valuesFlorian Westphal2013-09-242-17/+20
* | tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2013-09-242-38/+17Star
* | net_sched: htb: support of 64bit ratesEric Dumazet2013-09-201-2/+15
* | net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-204-8/+9
* | net: ethernet: eth.c: removed checkpatch warnings and errorsAvinash Kumar2013-09-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-1927-97/+102
|\ \
| * | netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4Star
| * | ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-197-11/+11
| * | ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka2013-09-191-1/+1
| * | net:dccp: do not report ICMP redirects to user spaceDuan Jiong2013-09-181-0/+1
| * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-09-181-0/+2
| |\ \
| | * | batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli2013-09-171-0/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-09-189-28/+31
| |\ \ \
| | * | | netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng2013-09-171-1/+1
| | * | | netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-161-12/+16
| | * | | netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik2013-09-161-1/+1
| | * | | netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-165-10/+9Star
| | * | | netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik2013-09-161-2/+2
| | * | | netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester2013-09-131-2/+2
| * | | | tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-181-1/+3
| | |/ / | |/| |
| * | | net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2013-09-172-3/+2Star