aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-19
* netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-19
* netlink: add RX/TX-ring support to netlink diagPatrick McHardy2013-04-19
* netlink: add flow control for memory mapped I/OPatrick McHardy2013-04-19
* netlink: implement memory mapped recvmsg()Patrick McHardy2013-04-19
* netlink: implement memory mapped sendmsg()Patrick McHardy2013-04-19
* netlink: add mmap'ed netlink helper functionsPatrick McHardy2013-04-19
* netlink: mmaped netlink: ring setupPatrick McHardy2013-04-19
* netlink: add netlink_skb_set_owner_r()Patrick McHardy2013-04-19
* netlink: don't orphan skb in netlink_trim()Patrick McHardy2013-04-19
* net: add function to allocate sk_buff head without data areaPatrick McHardy2013-04-19
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-19
* netlink: add symbolic value for congested statePatrick McHardy2013-04-19
* net: vlan: add 802.1ad supportPatrick McHardy2013-04-19
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet2013-04-18
* tipc: add InfiniBand media typePatrick McHardy2013-04-17
* tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy2013-04-17
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-17
* tipc: remove unused str2addr media callbackPatrick McHardy2013-04-17
* net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2013-04-17
* net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann2013-04-17
* net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-17
* net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann2013-04-17
* net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann2013-04-17
* net: sctp: sctp_inq: remove dead codeDaniel Borkmann2013-04-17
* net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann2013-04-17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-04-17
|\
| * openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar2013-04-15
| * openvswitch: Simplify datapath locking.Pravin B Shelar2013-04-15
| * openvswitch: datapath.h: Fix a stale comment.Andy Zhou2013-04-10
| * openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf2013-04-02
| * openvswitch: Move common genl notify code into ovs_notify()Thomas Graf2013-03-29
| * openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf2013-03-29
| * openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf2013-03-29
| * openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policyThomas Graf2013-03-29
* | packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann2013-04-16
* | sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya2013-04-16
* | neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches2013-04-16
* | net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich2013-04-15
* | net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-15
* | net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-15
* | net: tcp_memcontrol: minor: remove unused variableDaniel Borkmann2013-04-14
* | net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-14
* | tcp: tcp_tso_segment() small optimizationEric Dumazet2013-04-13
* | tcp: GSO should be TSQ friendlyEric Dumazet2013-04-12
* | act_csum: fix possible use after freeEric Dumazet2013-04-12