aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller126-544/+470
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-74/+71
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-24/+11
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd7-24/+11
2012-04-05net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li2-2/+2
2012-04-05net: remove k{un}map_skb_frag()Eric Dumazet3-43/+24
2012-04-05net/dcb: Add an optional max rate attributeAmir Vadai1-0/+20
2012-04-05net/route: export symbol ip_tos2prioAmir Vadai1-1/+1
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran1-0/+11
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran1-3/+45
2012-04-04ipv6: Fix 'inet6_rtm_getroute' to release 'rt->dst' in case of 'alloc_skb' failureShmulik Ladkani1-0/+1
2012-04-03netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso1-0/+1
2012-04-03netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso1-5/+19
2012-04-03netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso1-1/+1
2012-04-03Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-0/+2
2012-04-03filter: add XOR operationJiri Pirko1-0/+4
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko1-4/+62
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-04-03tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-03net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-03af_unix: reduce high order page allocationsEric Dumazet1-3/+12
2012-04-03netfilter: xt_CT: remove a compile warningPablo Neira Ayuso1-0/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-38/+64
2012-04-02net: Report dev->promiscuity in netlink reports.Ben Greear1-0/+3
2012-04-02net/ipv6/addrconf.c: Checkpatch cleanupsEldad Zack1-13/+12
2012-04-02net/ipv6/icmp.c: Checkpatch cleanupsEldad Zack1-3/+2
2012-04-02net/ipv6/fib6_rules.c: Checkpatch cleanupEldad Zack1-2/+1
2012-04-02net/ipv6/exthdrs_core.c: Checkpatch cleanupsEldad Zack1-2/+1
2012-04-02net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack1-8/+5
2012-04-02net/ipv6/datagram.c: Checkpatch cleanupsEldad Zack1-6/+4
2012-04-02net/ipv6/addrconf_core.c: Checkpatch cleanupEldad Zack1-1/+1
2012-04-02net/ipv6/sit.c: Checkpatch cleanupEldad Zack1-3/+3
2012-04-02vlan: Stop using NLA_PUT*().David S. Miller1-6/+10
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller2-18/+15
2012-04-02caif: Stop using NLA_PUT*().David S. Miller1-7/+7
2012-04-02gen_stats: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-04-02fib_rules: Stop using NLA_PUT*().David S. Miller1-17/+15
2012-04-02ieee802154: Stop using NLA_PUT*().David S. Miller2-90/+85
2012-04-02netfilter: ipv4: Stop using NLA_PUT*().David S. Miller2-8/+9
2012-04-02ipv4: Stop using NLA_PUT*().David S. Miller6-73/+87
2012-04-02netfilter: ipv6: Stop using NLA_PUT*().David S. Miller2-10/+11
2012-04-02ipv6: Stop using NLA_PUT*().David S. Miller5-46/+53
2012-04-02decnet: Stop using NLA_PUT*().David S. Miller2-12/+12
2012-04-02rtnetlink: Stop using NLA_PUT*().David S. Miller1-32/+35