summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-243-9/+14
* tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-245-107/+110
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-2440-302/+329
|\
| * net: sysctl: fix a kmemleak warningLi RongQing2015-10-231-1/+5
| * af_key: fix two typosLi RongQing2015-10-231-1/+1
| * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-231-1/+5
| * tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker2015-10-231-1/+1
| * ipv6: fix the incorrect return value of throw routelucien2015-10-232-5/+26
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-2212-166/+79
| * VSOCK: Fix lockdep issue.Jorgen Hansen2015-10-221-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-224-9/+21
| |\
| | * xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-192-0/+3
| | * xfrm: Fix state threshold configuration from userspaceMichael Rossberg2015-09-291-1/+3
| | * xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause2015-09-141-2/+4
| | * ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu2015-09-041-6/+11
| * | net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-221-2/+4
| * | VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2015-10-222-91/+86
| * | netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-221-2/+2
| * | openvswitch: Serialize nested ct actions if providedJoe Stringer2015-10-211-4/+10
| * | openvswitch: Mark connections new when not confirmed.Joe Stringer2015-10-211-5/+5
| * | openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2015-10-212-12/+9
| * | tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal2015-10-211-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-10-215-4/+6
| |\ \
| | * | netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov2015-10-171-1/+1
| | * | netfilter: sync with packet rx also after removing queue entriesFlorian Westphal2015-10-131-0/+2
| | * | netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien2015-10-121-3/+1
| | * | netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso2015-10-012-0/+2
| * | | tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy2015-10-211-0/+5
| * | | tipc: allow non-linear first fragment bufferJon Paul Maloy2015-10-211-3/+9
| * | | openvswitch: Allocate memory for ovs internal device stats.James Morse2015-10-211-3/+43
| * | | net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-212-1/+5
| * | | tipc: extend broadcast link window sizeJon Paul Maloy2015-10-211-3/+5
| * | | irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter2015-10-211-1/+1
| * | | vsock: fix missing cleanup when misc_register failedGao feng2015-10-211-3/+4
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-2420-609/+951
|\ \ \ \
| * | | | Bluetooth: Increase minor version of core moduleMarcel Holtmann2015-10-221-1/+1
| * | | | ieee802154: 6lowpan: fix memory leakAlexander Aring2015-10-221-4/+9
| * | | | Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg2015-10-221-8/+3
| * | | | Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-222-104/+11
| * | | | Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2015-10-222-0/+97
| * | | | Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-223-0/+30
| * | | | Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg2015-10-221-0/+10
| * | | | Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-212-19/+3
| * | | | Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg2015-10-211-1/+0
| * | | | Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg2015-10-211-6/+7
| * | | | Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg2015-10-211-23/+32
| * | | | Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-1/+1
| * | | | Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-213-11/+11
| * | | | Bluetooth: Add le_addr_type() helper functionJohan Hedberg2015-10-211-38/+18
| * | | | Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-211-9/+43
OpenPOWER on IntegriCloud