summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-06netdma: adding alignment check for NETDMA opsDave Jiang4-5/+5
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd7-24/+11
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-05sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-04netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso1-0/+1
2012-04-04netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso1-5/+19
2012-04-04netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso1-1/+1
2012-04-04Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-0/+2
2012-04-04bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-04-04tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-04net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-03netfilter: xt_CT: remove a compile warningPablo Neira Ayuso1-0/+2
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-38/+64
2012-04-02ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani1-7/+27
2012-04-02net/netfilter/nfnetlink_acct.c: use linux/atomic.hAndrew Morton1-1/+1
2012-04-02rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-04-02net/garp: avoid infinite loop if attribute already existsDavid Ward1-12/+10
2012-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-36/+50
2012-03-30Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-83/+59
2012-03-29Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds93-93/+0
2012-03-28mac80211: fix oper channel timestamp updationRajkumar Manoharan1-1/+1
2012-03-28Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko1-3/+8
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells93-93/+0
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-230/+255
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+23
2012-03-28Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko1-0/+3
2012-03-28Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-03-28Bluetooth: Fix Endian Bug.Santosh Nayak1-2/+3
2012-03-28net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise1-0/+1
2012-03-28net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise1-1/+1
2012-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-14/+21
2012-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-57/+103
2012-03-28net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2012-03-28SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker1-1/+1
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-03-26mac80211: remove outdated commentEliad Peller1-3/+0
2012-03-26cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville1-10/+19
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields1-0/+1
2012-03-26sunrpc: create nfsd dir in rpc_pipefsJeff Layton1-0/+5
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields28-733/+1559
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-2/+2
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2012-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-15/+9
2012-03-24poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-23Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller5-53/+95
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-24/+17
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds26-730/+1547