summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-04-15VFS: net/: d_inode() annotationsDavid Howells
2015-04-15VFS: net/unix: d_backing_inode() annotationsDavid Howells
2015-04-15VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11net/9p: remove (now-)unused helpersAl Viro
2015-04-11p9_client_attach(): set fid->uid correctlyAl Viro
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro
2015-04-11new helper: msg_data_left()Al Viro
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro
2015-04-09switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann
2015-04-04Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-04-02ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-04-02ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy
2015-04-02tipc: drop tunneled packet duplicates at receptionJon Paul Maloy