summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun1-1/+0
2014-07-29net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2-0/+11
2014-07-29SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust1-18/+21
2014-07-29SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust1-8/+17
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-07-29vlan: fail early when creating netdev named configWANG Cong2-8/+15
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong1-28/+54
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong1-9/+27
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn2-12/+4
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn1-8/+4
2014-07-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville5-20/+252
2014-07-29Merge tag 'nfc-next-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-20/+128
2014-07-28ip: make IP identifiers less predictableEric Dumazet2-3/+31
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy1-8/+21
2014-07-28neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller41-544/+1087
2014-07-28Bluetooth: Fix incorrectly disabling page scan when toggling connectableJohan Hedberg1-1/+13
2014-07-28Bluetooth: Fix clearing HCI_PSCAN flagJohan Hedberg1-1/+1
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar46-309/+474
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov4-8/+38
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal5-37/+56
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal5-21/+38
2014-07-27inet: frag: remove lru listFlorian Westphal5-14/+2
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal4-10/+5
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal3-45/+104
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal5-34/+9
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal5-23/+19
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal4-22/+22
2014-07-27Bluetooth: Set Simultaneous LE and BR/EDR controller option to zeroMarcel Holtmann2-4/+4
2014-07-26Bluetooth: Expose default LE advertising interval via debugfsGeorg Lukas1-0/+60
2014-07-26Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2-2/+4
2014-07-26Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann2-0/+28
2014-07-26Bluetooth: Add support for using controller white list filteringMarcel Holtmann1-0/+96
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-12/+16
2014-07-25netfilter: xt_LED: fix too short led-always-blinkJiri Prchal1-3/+7
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle2-2/+0
2014-07-25netfilter: xt_LED: don't output error message redundantlyDuan Jiong1-3/+1
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-24net: do not name the pointer to struct net_device netWANG Cong1-71/+71
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-9/+9
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24neigh: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller3-12/+16
2014-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+0
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou1-0/+2