summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-121-1/+1
* net_sched: gred: use correct backlog value in WRED modeDavid Ward2015-05-111-2/+2
* af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias2015-05-101-3/+6
* mpls: Change reserved label names to be consistent with netbsdTom Herbert2015-05-091-9/+9
* net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong2015-05-091-4/+3
* net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan2015-05-091-2/+11
* net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-093-0/+51
* ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-092-10/+34
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-093-4/+7
|\
| * mac802154: llsec: fix return value check in llsec_key_alloc()Wei Yongjun2015-04-301-2/+2
| * mac802154: fix ieee802154_register_hw error handlingAlexander Aring2015-04-301-1/+3
| * Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta2015-04-301-1/+2
* | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-05-051-7/+8
* | mpls: Move reserved label definitionsTom Herbert2015-05-052-19/+9
* | Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-042-6/+25
|\ \
| * | mac80211: enable hash table shrinkingJohannes Berg2015-04-241-0/+1
| * | mac80211: fix rhashtable conversionJohannes Berg2015-04-231-1/+17
| * | mac80211: don't warn when stopping VLAN with stationsJohannes Berg2015-04-201-5/+7
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-0418-67/+439
|\ \ \
| * | | ieee802154: trace: fix endian convertionAlexander Aring2015-04-301-2/+3
| * | | cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram2015-04-307-12/+25
| * | | ieee802154: Add trace events for rdev->opsGuido Günther2015-04-304-12/+322
| * | | tcp: update reordering first before detecting lossYuchung Cheng2015-04-291-4/+2
| * | | tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-291-0/+21
| * | | tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-295-33/+38
| * | | tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-293-4/+15
| * | | tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-292-3/+16
* | | | net/rds: Fix new sparse warningDavid Ahern2015-05-041-1/+1
* | | | net: core: Correct an over-stringent device loop detection.Vlad Yasevich2015-05-041-1/+1
* | | | Revert "net: kernel socket should be released in init_net namespace"Herbert Xu2015-05-041-1/+1
* | | | net/rds: fix unaligned memory accessshamir rabinovitch2015-05-031-2/+11
* | | | netlink: Remove max_size settingHerbert Xu2015-05-031-1/+0
* | | | codel: fix maxpacket/mtu confusionEric Dumazet2015-05-032-2/+2
* | | | ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-011-0/+1
| |_|/ |/| |
* | | net: dsa: Fix scope of eeprom-length propertyGuenter Roeck2015-04-291-1/+1
* | | tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy2015-04-291-5/+2
* | | tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-12/+13
* | | bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-293-8/+10
* | | bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-1/+1
* | | net: sched: act_connmark: don't zap skb->nfctFlorian Westphal2015-04-291-2/+0
* | | route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-04-291-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-04-271-2/+1
|\ \ \ | |/ / |/| |
| * | netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal2015-04-241-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-2720-105/+290
|\ \ \
| * | | netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2015-04-272-0/+4
| * | | net: rfs: fix crash in get_rps_cpus()Eric Dumazet2015-04-261-6/+6
| * | | net: fix crash in build_skb()Eric Dumazet2015-04-252-13/+24
| |/ /
| * | inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-247-9/+47
| * | tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-04-241-21/+29
| * | net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman2015-04-231-42/+28