summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-192-2/+2
* | | | | | net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-191-2/+2
* | | | | | net: caif: fix erroneous return valueAnton Protopopov2016-02-181-1/+1
* | | | | | appletalk: fix erroneous return valueAnton Protopopov2016-02-181-1/+1
* | | | | | IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-02-181-1/+3
* | | | | | gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-182-2/+4
* | | | | | tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-185-35/+35
* | | | | | route: check and remove route cache when we get routeXin Long2016-02-181-14/+63
* | | | | | net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-02-181-0/+1
* | | | | | tcp: correctly crypto_alloc_hash return checkInsu Yun2016-02-181-1/+1
* | | | | | net: dsa: Unregister slave_dev in error pathFlorian Fainelli2016-02-181-0/+1
* | | | | | l2tp: Fix error creating L2TP tunnelsMark Tomlinson2016-02-171-4/+14
* | | | | | tcp: md5: release request socket instead of listenerEric Dumazet2016-02-171-2/+4
* | | | | | tcp: do not set rtt_min to 1Eric Dumazet2016-02-161-1/+4
* | | | | | net: dsa: remove phy_disconnect from error pathSascha Hauer2016-02-161-1/+0Star
* | | | | | tipc: fix premature addition of node to lookup tableJon Paul Maloy2016-02-161-6/+6
* | | | | | bridge: mdb: avoid uninitialized variable warningArnd Bergmann2016-02-161-2/+2
* | | | | | net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-02-161-0/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-02-167-16/+91
|\ \ \ \ \ \
| * | | | | | netfilter: nft_counter: fix erroneous return valuesAnton Protopopov2016-02-081-2/+2
| * | | | | | netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2016-02-082-3/+3
| * | | | | | netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2016-02-081-4/+6
| * | | | | | netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal2016-02-011-1/+1
| * | | | | | netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso2016-02-011-3/+3
| * | | | | | netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2016-02-012-3/+76
* | | | | | | af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat2016-02-161-1/+6
* | | | | | | af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat2016-02-161-6/+10
| |/ / / / / |/| | | | |
* | | | | | vsock: Fix blocking ops call in prepare_to_waitLaura Abbott2016-02-131-13/+6Star
* | | | | | ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-02-134-3/+11
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-1115-24/+85
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-103-3/+27
| * | | | flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-02-091-3/+6
| * | | | sctp: translate network order to host order when users get a hmacidXin Long2016-02-091-2/+7
| * | | | net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-093-2/+14
| * | | | tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-092-5/+11
| * | | | ipv6: fix a lockdep splatEric Dumazet2016-02-081-2/+3
| * | | | unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-083-6/+13
| * | | | ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org2016-02-061-1/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-02-063-12/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | libceph: MOSDOpReply v7 encodingIlya Dryomov2016-02-041-0/+10
| * | | | crush: decode and initialize chooseleaf_stableIlya Dryomov2016-02-041-5/+14
| * | | | crush: add chooseleaf_stable tunableIlya Dryomov2016-02-041-4/+14
| * | | | crush: ensure take bucket value is validIlya Dryomov2016-02-041-1/+2
| * | | | crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov2016-02-041-2/+10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-0258-232/+335
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-315-35/+42
| |\ \ \
| | * | | Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-292-26/+18Star
| | * | | Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg2016-01-291-3/+3
| | * | | Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg2016-01-291-2/+12
| | * | | Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-3/+3