aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-3/+2
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Gravatar Pravin B Shelar 3-10/+13
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-32/+22
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Gravatar Dan Carpenter 1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Gravatar Dan Carpenter 1-1/+4
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 11-726/+1665
2013-05-06netpoll: inverted down_trylock() testGravatar Dan Carpenter 1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Gravatar Al Viro 1-11/+1
2013-05-06fib_trie: no need to delay vfree()Gravatar Al Viro 1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceGravatar Konstantin Khlebnikov 1-0/+1
2013-05-05tcp: do not expire TCP fastopen cookiesGravatar Eric Dumazet 1-6/+9
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 9-50/+63
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusGravatar Daniel Borkmann 1-30/+23
2013-05-03vxlan: Fix TCPv6 segmentation.Gravatar Pravin B Shelar 1-1/+6
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Gravatar Pravin B Shelar 2-1/+4
2013-05-03bridge: fix race with topology change timerGravatar stephen hemminger 1-1/+1
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGravatar Gerlando Falauto 1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGravatar Gerlando Falauto 1-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGravatar Gerlando Falauto 1-6/+7
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 14-19/+1889
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesGravatar Trond Myklebust 2-3/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+13
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+39
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitGravatar Bjørn Mork 2-2/+2
2013-05-02net: use netdev_features_t in skb_needs_linearize()Gravatar Patrick McHardy 1-1/+1
2013-05-02libceph: use slab cache for osd client requestsGravatar Alex Elder 2-2/+32
2013-05-02libceph: allocate ceph message data with a slab allocatorGravatar Alex Elder 1-3/+23
2013-05-02libceph: allocate ceph messages with a slab allocatorGravatar Alex Elder 1-2/+27
2013-05-01libceph: create source file "net/ceph/snapshot.c"Gravatar Alex Elder 2-1/+79
2013-05-01libceph: fix byte order mismatchGravatar Alex Elder 1-2/+1
2013-05-01libceph: support pages for class request dataGravatar Alex Elder 1-0/+12
2013-05-01libceph: fix two messenger bugsGravatar Alex Elder 1-5/+3
2013-05-01libceph: support raw data requestsGravatar Alex Elder 1-4/+34
2013-05-01libceph: clean up osd data field access functionsGravatar Alex Elder 1-33/+15
2013-05-01libceph: kill off osd data write_request parametersGravatar Alex Elder 1-14/+11
2013-05-01libceph: change how "safe" callback is usedGravatar Alex Elder 1-3/+9
2013-05-01libceph: make method call data be a separate data itemGravatar Alex Elder 1-18/+44
2013-05-01libceph: add, don't set data for a messageGravatar Alex Elder 2-14/+14
2013-05-01libceph: implement multiple data items in a messageGravatar Alex Elder 1-16/+32
2013-05-01libceph: replace message data pointer with listGravatar Alex Elder 1-15/+31
2013-05-01libceph: have cursor point to dataGravatar Alex Elder 1-58/+55
2013-05-01libceph: move cursor into messageGravatar Alex Elder 1-16/+19
2013-05-01libceph: record bio lengthGravatar Alex Elder 1-0/+1
2013-05-01libceph: skip message if too big to receiveGravatar Alex Elder 1-1/+9
2013-05-01libceph: fix possible CONFIG_BLOCK build problemGravatar Alex Elder 1-1/+3
2013-05-01libceph: kill off osd request r_data_in and r_data_outGravatar Alex Elder 1-40/+39
2013-05-01libceph: set the data pointers when encoding opsGravatar Alex Elder 1-32/+31
2013-05-01libceph: combine initializing and setting osd dataGravatar Alex Elder 1-33/+122
2013-05-01libceph: set message data when building osd requestGravatar Alex Elder 1-5/+5
2013-05-01libceph: move ceph_osdc_build_request()Gravatar Alex Elder 1-98/+98