aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-30ethernet: use likely() for common Ethernet encapstephen hemminger1-4/+5
2013-09-30ethernet: cleanup eth_type_transstephen hemminger1-14/+3
2013-09-30ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing1-3/+0
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger1-1/+1
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger1-1/+3
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-75/+10
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel1-23/+37
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel2-7/+7
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet2-1/+13
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco5-6/+24
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco1-1/+19
2013-09-27ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa1-0/+14
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2-64/+173
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-1/+34
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-2/+17
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico1-2/+2
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico1-7/+7
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico1-0/+10
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico1-1/+59
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico1-11/+57
2013-09-26net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico1-0/+13
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico1-100/+103
2013-09-26net: use lists as arguments instead of bool upperVeaceslav Falico1-32/+22
2013-09-26net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa1-1/+1
2013-09-24ipv6: do not allow ipv6 module to be removedCong Wang1-48/+0
2013-09-24tcp: fix dynamic right sizingEric Dumazet1-31/+53
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal2-17/+20
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2-38/+17
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet1-2/+15
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet4-8/+9
2013-09-20net: ethernet: eth.c: removed checkpatch warnings and errorsAvinash Kumar1-3/+3
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-97/+102
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka7-11/+11
2013-09-19ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+11
2013-09-18net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-09-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+2
2013-09-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-28/+31
2013-09-17tcp: fix RTO calculated from cached RTTNeal Cardwell1-1/+3
2013-09-17batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli1-0/+2
2013-09-17netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng1-1/+1
2013-09-16net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2-3/+2
2013-09-16ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-09-16netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swappingJozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik5-10/+9
2013-09-16netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik1-2/+2
2013-09-15bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3