summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-07-15Merge branch 'akpm-current/current'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'ipsec-next/master'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'ipsec/master'Stephen Rothwell
2014-07-15Merge remote-tracking branch 'net/master'Stephen Rothwell
2014-07-14udp: Move udp_tunnel_segment into udp_offload.cTom Herbert
2014-07-14l2tp: Call udp_sock_createTom Herbert
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause
2014-07-14net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-07-14Bluetooth: cmtp: Remove unnecessary null testHimangi Saraogi
2014-07-14Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg
2014-07-14Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann
2014-07-13net: filter: sk_chk_filter() no longer mangles filterEric Dumazet
2014-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann
2014-07-13Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann
2014-07-13Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann
2014-07-13Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann
2014-07-13Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann
2014-07-13Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann
2014-07-12replace strict_strto callsDaniel Walter
2014-07-12rpc_pipe: Drop memory allocation castHimangi Saraogi
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton
2014-07-12auth_gss: fetch the acceptor name out of the downcallJeff Layton
2014-07-126lowpan: introduce new net/6lowpan directoryAlexander Aring
2014-07-11ipv6: Use BUG_ONHimangi Saraogi
2014-07-11net: ipv6: Use BUG_ONHimangi Saraogi
2014-07-11ipv6: addrconf: implement address generation modesJiri Pirko
2014-07-11net/hsr: Remove left-over never-true conditional code.Arvid Brodin
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy
2014-07-11ipv4: remove the unnecessary variable in udp_mcast_nextLi RongQing
2014-07-11GRE: enable offloads for GREAmritha Nambiar
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise
2014-07-11Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg
2014-07-11Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann
2014-07-11Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann
2014-07-11Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann
2014-07-11Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann
2014-07-11Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann
2014-07-11Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann
2014-07-10ipv6: fix the check when handle RALi RongQing