summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-302/+329
2015-10-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller20-609/+951
2015-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-3/+21
2015-10-23mpls: flow-based multipath selectionRobert Shearman1-4/+83
2015-10-23mpls: multipath route supportRoopa Prabhu2-148/+400
2015-10-23net: sysctl: fix a kmemleak warningLi RongQing1-1/+5
2015-10-23if_link: Add control trust VFHiroshi Shimamoto1-3/+21
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet11-48/+91
2015-10-23af_key: fix two typosLi RongQing1-1/+1
2015-10-23ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 addressPaolo Abeni1-6/+8
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-1/+5
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker1-1/+1
2015-10-23ipv6: fix the incorrect return value of throw routelucien2-5/+26
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar12-166/+79
2015-10-23VSOCK: Fix lockdep issue.Jorgen Hansen1-1/+1
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-9/+21
2015-10-22net: dsa: remove port_fdb_getnextVivien Didelot1-24/+1
2015-10-22net: dsa: add port_fdb_dump functionVivien Didelot1-0/+3
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern1-2/+4
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller30-621/+727
2015-10-22VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2-91/+86
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar8-45/+40
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar1-3/+3
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2015-10-22ieee802154: 6lowpan: fix memory leakAlexander Aring1-4/+9
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg1-8/+3
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg2-104/+11
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2-0/+97
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg3-0/+30
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg1-0/+10
2015-10-22ipv6: gro: support sit protocolEric Dumazet1-0/+12
2015-10-22openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-22openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-22openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2-12/+9
2015-10-22tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-4/+6
2015-10-22netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen4-27/+9
2015-10-22tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy1-0/+5
2015-10-22tipc: allow non-linear first fragment bufferJon Paul Maloy1-3/+9
2015-10-22openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-10-22net: Really fix vti6 with oif in dst lookupsDavid Ahern2-1/+5
2015-10-22tipc: extend broadcast link window sizeJon Paul Maloy1-3/+5
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2-19/+3
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg1-1/+0
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg1-6/+7
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg1-23/+32
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+1
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg3-11/+11
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg1-38/+18