summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-08ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel1-1/+1
2012-11-08packet: tx_ring: allow the user to choose tx data offsetPaul Chavent2-1/+46
2012-11-08af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-08pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli1-2/+10
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll5-3/+65
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli4-0/+31
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli5-4/+94
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli6-2/+325
2012-11-07batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli4-3/+213
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli6-0/+346
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli9-4/+378
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli1-1/+3
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli6-26/+194
2012-11-07batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann1-6/+15
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann4-19/+22
2012-11-07htb: fix two bugsEric Dumazet1-12/+5
2012-11-04bridge: Avoid 'statement with no effect' compiler warningsLee Jones1-4/+4
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend1-8/+18
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend1-1/+2
2012-11-03htb: improved accuracy at high ratesVimalkumar1-38/+90
2012-11-03tipc: do not use tasklet_disable before tasklet_killXiaotian Feng1-1/+0
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang10-26/+23
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2-25/+23
2012-11-03ipv6: remove a useless NULL checkAmerigo Wang1-1/+1
2012-11-03pktgen: clean up ktime_t helpersDaniel Borkmann1-28/+13
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet10-31/+48
2012-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-46/+125
2012-11-03tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-11-03l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-11-03net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings1-16/+7
2012-11-03ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel1-0/+6
2012-11-03eth: Rename and properly align br_reserved_address arrayBen Hutchings1-1/+1
2012-11-03eth: Make is_link_local() consistent with other address testsBen Hutchings2-2/+2
2012-11-03bridge: Use is_link_local() in store_group_addr()Ben Hutchings1-8/+3
2012-11-03skb: api to report errors for zero copy skbsMichael S. Tsirkin1-0/+20
2012-11-03skb: report completion status for zero copy skbsMichael S. Tsirkin1-2/+2
2012-11-01vlan: use IS_ENABLED()Amerigo Wang2-4/+4
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang15-49/+46
2012-11-01rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel1-0/+24
2012-11-01tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov1-1/+1
2012-11-01net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida1-1/+1
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2-0/+136
2012-10-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-36/+104
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-5/+10
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-18/+3
2012-10-31net: filter: add vlan tag accessEric Dumazet1-0/+9
2012-10-31tcp: make tcp_clear_md5_list staticstephen hemminger1-1/+1