aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 18-139/+74
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 8-25/+47
2012-04-11NFC: Fix the LLCP Tx fragmentation loopGravatar Samuel Ortiz 1-2/+2
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathGravatar Eric Dumazet 2-5/+5
2012-04-11net: allow pskb_expand_head() to get maximum tailroomGravatar Eric Dumazet 1-1/+3
2012-04-11bridge: Do not send queries on multicast group leavesGravatar Herbert Xu 2-85/+0
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-5/+5
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleGravatar Neal Cardwell 1-2/+5
2012-04-10tcp: restore correct limitGravatar Eric Dumazet 1-2/+1
2012-04-10Merge branch 'master' of git://1984.lsi.us.es/netGravatar David S. Miller 4-19/+13
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGravatar Gao feng 1-1/+1
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidGravatar Jozsef Kadlecsik 1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyGravatar Jozsef Kadlecsik 1-2/+2
2012-04-09net/wireless/wext-core.c: add missing kfreeGravatar Julia Lawall 1-2/+4
2012-04-09nl80211: ensure interface is up in various APIsGravatar Johannes Berg 1-13/+18
2012-04-09mac80211: fix association beacon wait timeoutGravatar Johannes Berg 1-2/+1
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Gravatar John W. Linville 4-6/+22
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlineGravatar Pablo Neira Ayuso 1-14/+0
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceGravatar Changli Gao 1-2/+2
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 12-74/+71
2012-04-06net: fix a race in sock_queue_err_skb()Gravatar Eric Dumazet 1-1/+3
2012-04-06netlink: fix races after skb queueingGravatar Eric Dumazet 1-11/+13
2012-04-05phonet: Check input from user before allocatingGravatar Sasha Levin 1-0/+3
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceGravatar Eric Dumazet 2-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 7-24/+11
2012-04-05netdma: adding alignment check for NETDMA opsGravatar Dave Jiang 4-5/+5
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 7-24/+11
2012-04-05ipv6: fix array index in ip6_mc_add_src()Gravatar RongQing.Li 1-1/+1
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesGravatar Thomas Graf 1-2/+3
2012-04-03netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocGravatar Pablo Neira Ayuso 1-0/+1
2012-04-03netfilter: xt_CT: fix missing put timeout object in error pathGravatar Pablo Neira Ayuso 1-5/+19
2012-04-03netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionGravatar Pablo Neira Ayuso 1-1/+1
2012-04-03Merge branch 'master' of git://1984.lsi.us.es/netGravatar David S. Miller 1-0/+2
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsGravatar Jan Seiffert 1-3/+6
2012-04-03tcp: allow splice() to build full TSO packetsGravatar Eric Dumazet 1-1/+1
2012-04-03net: fix /proc/net/dev regressionGravatar Eric Dumazet 2-46/+15
2012-04-03netfilter: xt_CT: remove a compile warningGravatar Pablo Neira Ayuso 1-0/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 10-38/+64
2012-04-01ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Gravatar Shmulik Ladkani 1-7/+27
2012-04-01net/netfilter/nfnetlink_acct.c: use linux/atomic.hGravatar Andrew Morton 1-1/+1
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressGravatar danborkmann@iogearbox.net 1-2/+2
2012-04-01net/garp: avoid infinite loop if attribute already existsGravatar David Ward 1-12/+10
2012-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-36/+50
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-83/+59
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 93-93/+0
2012-03-28mac80211: fix oper channel timestamp updationGravatar Rajkumar Manoharan 1-1/+1
2012-03-28Bluetooth: mgmt: Add missing endian conversionGravatar Andrei Emeltchenko 1-3/+8
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktGravatar Brian Gix 1-1/+1