summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-03udp: prepare for non BH masking at backlog processingEric Dumazet2-4/+4
2016-05-03dccp: do not assume DCCP code is non preemptibleEric Dumazet4-6/+6
2016-05-03tcp: do not block bh during prequeue processingEric Dumazet2-32/+2
2016-05-03tcp: do not assume TCP code is non preemptibleEric Dumazet11-99/+104
2016-05-02wext: remove a/b/g/n from SIOCGIWNAMEJohannes Berg1-35/+0
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-19/+57
2016-05-02gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-02sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2-13/+19
2016-05-02tipc: only process unicast on intended nodeHamish Martin1-0/+5
2016-05-02tipc: set 'active' state correctly for first established linkJon Paul Maloy1-0/+1
2016-05-02soreuseport: Fix TCP listener hash collisionCraig Gallek1-0/+2
2016-05-02net: l2tp: fix reversed udp6 checksum flagsWang Shanker1-2/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2-8/+9
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley3-7/+4
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-5/+5
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-2/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2-4/+4
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov1-1/+1
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2016-04-29netfilter: IDLETIMER: fix race condition when destroy the targetLiping Zhang1-0/+1
2016-04-29batman-adv: Fix reference counting of hardif_neigh_node object for neigh_nodeSven Eckelmann2-11/+7
2016-04-29batman-adv: Fix reference counting of vlan object for tt_local_entrySven Eckelmann2-38/+6
2016-04-29batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli3-0/+18
2016-04-29batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli1-7/+10
2016-04-29netfilter: conntrack: init all_locks to avoid debug warningFlorian Westphal1-1/+1
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso3-6/+12
2016-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-55/+55
2016-04-29net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+88
2016-04-29tcp: give prequeue mode some careEric Dumazet1-5/+5
2016-04-29gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2016-04-29gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2016-04-29gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3
2016-04-28Merge tag 'mac80211-for-davem-2016-04-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+2
2016-04-28tipc: remove an unnecessary NULL checkDan Carpenter1-2/+1
2016-04-28Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-4/+23
2016-04-28tuntap: calculate rps hash only when neededJason Wang1-0/+1
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau2-0/+8
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau1-2/+5
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh4-13/+15
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh1-1/+1
2016-04-28net: snmp: kill STATS_BH macrosEric Dumazet1-1/+1
2016-04-28ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-2/+2
2016-04-28ipv6: rename IP6_INC_STATS_BH()Eric Dumazet6-89/+89
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet23-145/+149
2016-04-28net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-3/+3
2016-04-28net: rename IP_ADD_STATS_BH()Eric Dumazet2-4/+4
2016-04-28net: rename ICMP6_INC_STATS_BH()Eric Dumazet5-14/+14