summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-081-1/+1
* libceph: unregister only registered linger requestsIlya Dryomov2014-07-081-5/+14
* libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-081-0/+2
* libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-081-0/+7
* libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-081-4/+22
* libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov2014-07-081-9/+22
* libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov2014-07-081-12/+14
* libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-081-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-06-281-55/+0Star
|\
| * iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-271-55/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-2620-128/+219
|\ \
| * | net: fix setting csum_start in skb_segment()Tom Herbert2014-06-261-1/+1
| * | ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-262-14/+16
| * | net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser2014-06-261-2/+2
| * | trivial: net: filter: Change kerneldoc parameter orderTobias Klauser2014-06-261-1/+1
| * | trivial: net: filter: Fix typo in commentTobias Klauser2014-06-261-1/+1
| * | 8021q: fix a potential memory leakLi RongQing2014-06-221-1/+4
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-206-65/+85
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-186-65/+85
| | |\ \
| | | * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-176-65/+85
| | | |\ \ | | | | |/ | | | |/|
| | | | * Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-06-131-5/+0Star
| | | | * Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg2014-06-131-1/+6
| | | | * Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto2014-06-131-1/+7
| | | | * Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg2014-06-131-3/+1Star
| | | | * Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg2014-06-131-44/+49
| | | | * Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg2014-06-131-0/+4
| | | | * Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg2014-06-131-2/+7
| | | | * Bluetooth: Add clarifying comment for conn->auth_typeJohan Hedberg2014-06-131-1/+5
| | | | * Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-06-131-2/+5
| | | | * Bluetooth: Fix check for connection encryptionJohan Hedberg2014-06-131-1/+1
| | | | * Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg2014-06-131-5/+0Star
| * | | | net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann2014-06-201-2/+1Star
| * | | | tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-06-201-1/+1
| * | | | Revert "net: return actual error on register_queue_kobjects"David S. Miller2014-06-201-2/+2
| * | | | net: filter: fix upper BPF instruction limitKees Cook2014-06-191-1/+1
| * | | | net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann2014-06-191-20/+23
| * | | | net: return actual error on register_queue_kobjectsJie Liu2014-06-191-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-06-196-18/+82
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: nf_nat: fix oops on netns removalFlorian Westphal2014-06-161-1/+34
| | * | | netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA2014-06-161-0/+6
| | * | | Merge branch 'ipvs'Pablo Neira Ayuso2014-06-161-1/+1
| | |\ \ \
| | | * | | ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-06-131-1/+1
| | * | | | netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso2014-06-161-6/+8
| | * | | | netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso2014-06-161-1/+1
| | * | | | netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso2014-06-161-0/+18
| | * | | | netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso2014-06-161-1/+1
| | * | | | netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso2014-06-161-0/+2
| | * | | | netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso2014-06-161-0/+3
| | * | | | netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso2014-06-161-1/+1
| | * | | | netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal2014-06-161-3/+5