summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | gre: build header correctly for collect metadata tunnelsJiri Benc2016-04-281-4/+5
| | * | gre: do not assign header_ops in collect metadata modeJiri Benc2016-04-281-2/+3
| | * | Merge tag 'mac80211-for-davem-2016-04-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-04-281-2/+2
| | |\ \
| | | * | mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg2016-04-271-2/+2
| | * | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-04-285-4/+23
| | |\ \ \
| | | * | | batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing2016-04-241-0/+6
| | | * | | batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann2016-04-241-0/+9
| | | * | | batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdownSven Eckelmann2016-04-241-2/+1
| | | * | | batman-adv: init neigh node last seen fieldMarek Lindner2016-04-241-0/+1
| | | * | | batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann2016-04-241-2/+6
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-04-286-55/+55
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-256-55/+55
| | |/ / /
* | | | | ipv6: add new struct ipcm6_cookieWei Wang2016-05-039-101/+110
* | | | | net: add __sock_wfree() helperEric Dumazet2016-05-032-1/+25
* | | | | tipc: redesign connection-level flow controlJon Paul Maloy2016-05-035-62/+122
* | | | | tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-033-2/+22
* | | | | tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy2016-05-031-1/+1
| |_|_|/ |/| | |
* | | | VSOCK: constify vsock_transport structureJulia Lawall2016-05-031-1/+1
* | | | fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-19/+45
* | | | net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-1/+1
* | | | bridge: netlink: export per-vlan statsNikolay Aleksandrov2016-05-023-0/+99
* | | | bridge: vlan: learn to countNikolay Aleksandrov2016-05-024-16/+109
* | | | net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-021-0/+30
* | | | net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov2016-05-021-13/+31
* | | | gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert2016-05-021-202/+50
* | | | ipv6: Generic tunnel cleanupTom Herbert2016-05-021-2/+5
* | | | gre: Create common functions for transmitTom Herbert2016-05-021-47/+5
* | | | ipv6: Create ip6_tnl_xmitTom Herbert2016-05-021-17/+30
* | | | gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert2016-05-021-117/+23
* | | | gre: Move utility functions to common headersTom Herbert2016-05-022-129/+84
* | | | ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2016-05-021-70/+142
* | | | tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-022-2/+13
* | | | net: do not block BH while processing socket backlogEric Dumazet2016-05-021-14/+8
* | | | sctp: prepare for socket backlog behavior changeEric Dumazet2016-05-021-0/+2
* | | | udp: prepare for non BH masking at backlog processingEric Dumazet2016-05-022-4/+4
* | | | dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-024-6/+6
* | | | tcp: do not block bh during prequeue processingEric Dumazet2016-05-022-32/+2
* | | | tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-0211-99/+104
* | | | sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-012-13/+19
* | | | tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-011-0/+1
* | | | net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-291-1/+1
* | | | net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2016-04-281-0/+88
* | | | tcp: give prequeue mode some careEric Dumazet2016-04-281-5/+5
* | | | tipc: remove an unnecessary NULL checkDan Carpenter2016-04-281-2/+1
* | | | tuntap: calculate rps hash only when neededJason Wang2016-04-281-0/+1
* | | | tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau2016-04-281-0/+9
* | | | tcp: Handle eor bit when coalescing skbMartin KaFai Lau2016-04-282-0/+8
* | | | tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2016-04-281-2/+5
* | | | tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-284-13/+15
* | | | tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh2016-04-281-1/+1