aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-03openvswitch: Replace Nicira Networks.Gravatar Raju Subramanian 12-12/+12
2012-04-09openvswitch: Do not send notification if ovs_vport_set_options() failedGravatar Ansis Atteka 1-1/+3
2012-04-02openvswitch: Enable retrieval of TCP flags from IPv6 traffic.Gravatar Jesse Gross 1-1/+2
2012-04-02openvswitch: Add length check when retrieving TCP flags.Gravatar Jesse Gross 1-1/+2
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-28Remove all #inclusions of asm/system.hGravatar David Howells 93-93/+0
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 3-230/+255
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+23
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-57/+103
2012-03-27net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Gravatar Eric Dumazet 1-2/+6
2012-03-27SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Gravatar Bryan Schumaker 1-1/+1
2012-03-26sunrpc: skip portmap calls on sessions backchannelGravatar J. Bruce Fields 1-0/+1
2012-03-26sunrpc: create nfsd dir in rpc_pipefsGravatar Jeff Layton 1-0/+5
2012-03-26Merge nfs containerization work from Trond's treeGravatar J. Bruce Fields 28-733/+1559
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Gravatar Eric Dumazet 1-2/+2
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+1
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlGravatar Linus Torvalds 1-15/+9
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsGravatar Hans Verkuil 1-1/+1
2012-03-23Merge branch 'master' of git://1984.lsi.us.es/netGravatar David S. Miller 5-53/+95
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 11-24/+17
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 26-730/+1547
2012-03-22bonding: remove entries for master_ip and vlan_ip and query devices insteadGravatar Andy Gospodarek 1-0/+1
2012-03-22netfilter: remove forward module param confusion.Gravatar Rusty Russell 2-14/+4
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+1
2012-03-23netfilter: nf_conntrack: permanently attach timeout policy to conntrackGravatar Pablo Neira Ayuso 1-17/+22
2012-03-23netfilter: xt_CT: fix assignation of the generic protocol trackerGravatar Pablo Neira Ayuso 1-1/+8
2012-03-23netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentGravatar Pablo Neira Ayuso 1-6/+12
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack moduleGravatar Pablo Neira Ayuso 3-24/+48
2012-03-22xfrm: Access the replay notify functions via the registered callbacksGravatar Steffen Klassert 1-3/+3
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceGravatar Steffen Klassert 1-2/+2
2012-03-22RDS: use gfp flags from caller in conn_alloc()Gravatar Dan Carpenter 3-3/+3
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICGravatar Dan Carpenter 1-1/+1
2012-03-22libceph: isolate kmap() call in write_partial_msg_pages()Gravatar Alex Elder 1-11/+2
2012-03-22libceph: rename "page_shift" variable to something sensibleGravatar Alex Elder 1-5/+6
2012-03-22libceph: get rid of zero_page_addressGravatar Alex Elder 1-9/+2
2012-03-22libceph: only call kernel_sendpage() via helperGravatar Alex Elder 1-6/+2
2012-03-22libceph: use kernel_sendpage() for sending zeroesGravatar Alex Elder 1-5/+15
2012-03-22libceph: fix inverted crc option logicGravatar Alex Elder 1-10/+10
2012-03-22libceph: some simple changesGravatar Alex Elder 1-4/+9
2012-03-22libceph: small refactor in write_partial_kvec()Gravatar Alex Elder 1-11/+12
2012-03-22libceph: do crc calculations outside loopGravatar Alex Elder 1-14/+12
2012-03-22libceph: separate CRC calculation from byte swappingGravatar Alex Elder 1-14/+17
2012-03-22libceph: use "do" in CRC-related Boolean variablesGravatar Alex Elder 1-20/+20
2012-03-22ceph: ensure Boolean options support both sensesGravatar Alex Elder 1-0/+10
2012-03-22libceph: a few small changesGravatar Alex Elder 1-14/+18
2012-03-22libceph: make ceph_tcp_connect() return intGravatar Alex Elder 1-8/+6
2012-03-22libceph: encapsulate some messenger cleanup codeGravatar Alex Elder 1-18/+20