summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov1-4/+10
2014-07-08libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov1-10/+0
2014-07-08libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov1-6/+25
2014-07-08libceph: fix linger request check in __unregister_request()Ilya Dryomov1-1/+1
2014-07-08libceph: unregister only registered linger requestsIlya Dryomov1-5/+14
2014-07-08libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov1-0/+2
2014-07-08libceph: harden ceph_osdc_request_release() a bitIlya Dryomov1-0/+7
2014-07-08libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov1-4/+22
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov1-9/+22
2014-07-08libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov1-12/+14
2014-07-08libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov1-4/+4
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-55/+0
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin1-55/+0
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-128/+219
2014-06-26net: fix setting csum_start in skb_segment()Tom Herbert1-1/+1
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet2-14/+16
2014-06-26net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser1-2/+2
2014-06-26trivial: net: filter: Change kerneldoc parameter orderTobias Klauser1-1/+1
2014-06-26trivial: net: filter: Fix typo in commentTobias Klauser1-1/+1
2014-06-25NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-0/+1
2014-06-228021q: fix a potential memory leakLi RongQing1-1/+4
2014-06-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-65/+85
2014-06-20net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann1-2/+1
2014-06-20tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-06-20Revert "net: return actual error on register_queue_kobjects"David S. Miller1-2/+2
2014-06-19net: filter: fix upper BPF instruction limitKees Cook1-1/+1
2014-06-19net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann1-20/+23
2014-06-19net: return actual error on register_queue_kobjectsJie Liu1-2/+2
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-18/+82
2014-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-65/+85
2014-06-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-65/+85
2014-06-17tcp: remove unnecessary tcp_sk assignment.Dave Jones1-1/+1
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal1-1/+34
2014-06-16netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA1-0/+6
2014-06-16Merge branch 'ipvs'Pablo Neira Ayuso1-1/+1
2014-06-16netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso1-6/+8
2014-06-16netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso1-1/+1
2014-06-16netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso1-0/+18
2014-06-16netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso1-1/+1
2014-06-16netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso1-0/+2
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso1-0/+3
2014-06-16netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso1-1/+1
2014-06-16netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal1-3/+5
2014-06-16netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso1-5/+3
2014-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+61
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann1-4/+28
2014-06-15net: Fix save software checksum completeTom Herbert2-10/+29
2014-06-14udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-13Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak1-5/+0
2014-06-13Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg1-1/+6