summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-06netpoll: inverted down_trylock() testDan Carpenter
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro
2013-05-06fib_trie: no need to delay vfree()Al Viro
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar
2013-05-03bridge: fix race with topology change timerstephen hemminger
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
2013-05-02libceph: use slab cache for osd client requestsAlex Elder
2013-05-02libceph: allocate ceph message data with a slab allocatorAlex Elder
2013-05-02libceph: allocate ceph messages with a slab allocatorAlex Elder
2013-05-01libceph: create source file "net/ceph/snapshot.c"Alex Elder
2013-05-01libceph: fix byte order mismatchAlex Elder
2013-05-01libceph: support pages for class request dataAlex Elder
2013-05-01libceph: fix two messenger bugsAlex Elder
2013-05-01libceph: support raw data requestsAlex Elder
2013-05-01libceph: clean up osd data field access functionsAlex Elder
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01libceph: change how "safe" callback is usedAlex Elder
2013-05-01libceph: make method call data be a separate data itemAlex Elder
2013-05-01libceph: add, don't set data for a messageAlex Elder
2013-05-01libceph: implement multiple data items in a messageAlex Elder
2013-05-01libceph: replace message data pointer with listAlex Elder
2013-05-01libceph: have cursor point to dataAlex Elder
2013-05-01libceph: move cursor into messageAlex Elder
2013-05-01libceph: record bio lengthAlex Elder
2013-05-01libceph: skip message if too big to receiveAlex Elder
2013-05-01libceph: fix possible CONFIG_BLOCK build problemAlex Elder
2013-05-01libceph: kill off osd request r_data_in and r_data_outAlex Elder