summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc6-0/+15
2012-02-13ipv6: helper function to get tclassJiri Benc1-1/+1
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-18/+24
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-59/+59
2012-02-11net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-11ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-11netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-5/+2
2012-02-11netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman1-6/+0
2012-02-11netprio_cgroup: fix an off-by-one bugNeil Horman1-1/+1
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-09af_iucv: allow retrieval of maximum message sizeUrsula Braun1-1/+9
2012-02-09af_iucv: change net_device handling for HS transportUrsula Braun1-57/+62
2012-02-09af_iucv: block writing if msg limit is exceededUrsula Braun1-1/+1
2012-02-09af_iucv: remove IUCV-pathes completelyUrsula Braun1-34/+37
2012-02-09gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-09ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover4-1/+42
2012-02-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover4-3/+39
2012-02-09gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-07caif: remove duplicate initializationDan Carpenter1-2/+1
2012-02-07net: Fix build regression when INET_UDP_DIAG=y and IPV6=mAnisse Astier1-1/+1
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan3-0/+260
2012-02-07Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller7-260/+255
2012-02-07tipc: Minor optimization to rejection of connection-based messagesAllan Stephens1-2/+3
2012-02-07tipc: Eliminate alteration of publication key during name table purgingAllan Stephens1-4/+0
2012-02-07tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens1-22/+42
2012-02-07tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens1-3/+10
2012-02-07tipc: Remove obsolete broadcast tag capabilityAllan Stephens3-9/+1
2012-02-07tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens5-165/+100
2012-02-07tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens1-0/+11
2012-02-07tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens1-0/+2
2012-02-07tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens1-18/+40
2012-02-07tipc: Add missing broadcast link lock when sending NACKAllan Stephens1-0/+2
2012-02-07tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens1-2/+5
2012-02-07tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens3-4/+8
2012-02-07tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens1-4/+5
2012-02-07tipc: Prevent transmission of outdated link protocol messagesAllan Stephens1-26/+27
2012-02-07tipc: improve the link deferred queue insertion algorithmAllan Stephens1-25/+23
2012-02-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller31-304/+868
2012-02-07net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville31-304/+868
2012-02-06caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl1-2/+0
2012-02-06decnet: remove unused variable from dn_output()Jesper Juhl1-2/+1
2012-02-05tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-96/+99
2012-02-05netprio_cgroup: Fix obo in get_prioidxNeil Horman1-3/+4
2012-02-05caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com1-6/+6
2012-02-05caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com1-112/+1
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-3/+12
2012-02-03ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12