summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-31net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich3-2/+55
2014-10-17rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-08-19iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-08-19net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-19net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin1-3/+3
2014-08-19inetpeer: get rid of ip_id_countEric Dumazet1-25/+0
2014-07-29net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+5
2014-07-29ipv4: fix dst race in sk_dst_get()Eric Dumazet1-5/+11
2014-07-29net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao1-1/+2
2014-06-27net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-06-23rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-23net: force a list_del() in unregister_netdevice_many()Eric Dumazet2-2/+4
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-9/+11
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-06-23net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-2/+2
2014-06-23skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-06-23skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-06-23skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-28/+27
2014-06-23skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-06-23skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-05-29net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-05-29rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang3-3/+34
2014-05-29rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-05-29rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-05-29net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-2/+2
2014-05-29vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-0/+1
2014-05-29filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-05-29net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-18netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-04-18rtnetlink: fix fdb notification flagsNicolas Dichtel1-4/+6
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-1/+4
2014-03-14neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-26net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-02-26net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-02-26net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-02-26netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-02-26net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-14fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-02-06bpf: do not use reciprocal divideEric Dumazet1-28/+2
2014-01-16netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-16vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+1
2014-01-16net: unix: allow set_peek_off to failSasha Levin1-1/+1
2014-01-16net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-01-16net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-12-08gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-3/+0
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+2