summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-01-231-31/+1
|\
| * fuse: fix pipe_buf_operationsMiklos Szeredi2014-01-221-31/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-231-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2013-12-1921-356/+822
| |\ \
| * | | Fix comment typo for alloc_netdev_mqs()Li Zhong2013-12-021-1/+1
* | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-221-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-4/+4
| * | | netprio_cgroup: convert away from cftype->read_map()Tejun Heo2013-12-051-3/+3
* | | | bpf: do not use reciprocal divideEric Dumazet2014-01-161-28/+2
* | | | net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-103-16/+25
* | | | netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-031-2/+9
* | | | vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2013-12-311-1/+1
* | | | net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend2013-12-181-1/+1
* | | | neigh: Netlink notification for administrative NUD state changeBob Gilligan2013-12-171-0/+1
| |_|/ |/| |
* | | net: unix: allow set_peek_off to failSasha Levin2013-12-111-1/+1
* | | net: drop_monitor: fix the value of maxattrChangli Gao2013-12-101-1/+0
* | | net: clear local_df when passing skb between namespacesHannes Frederic Sowa2013-12-061-0/+1
* | | {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-021-0/+7
|/ /
* | gso: handle new frag_list of frags GRO packetsHerbert Xu2013-11-211-25/+50
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-1/+2
* | net: core: Always propagate flag changes to interfacesVlad Yasevich2013-11-201-1/+1
* | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-12/+6
* | genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-1/+12
* | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* | macvlan: disable LRO on lower device instead of macvlanMichal Kubeček2013-11-151-0/+5
* | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* | core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-141-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-1315-291/+632
|\ \
| * | netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-3/+0
| * | net: Fix "ip rule delete table 256"Andreas Henriksson2013-11-081-1/+2
| * | net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet2013-11-081-3/+3
| * | net: skbuff - kernel-doc fixesMathias Krause2013-11-081-5/+5
| * | net: move pskb_put() to core codeMathias Krause2013-11-081-0/+23
| * | net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-082-5/+14
| * | net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-051-0/+12
| * | net: checksum: fix warning in skb_checksumDaniel Borkmann2013-11-041-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-042-14/+19
| |\ \
| * | | net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-042-6/+18
| * | | net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-041-10/+21
| * | | net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu2013-10-291-2/+2
| * | | net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu2013-10-291-1/+1
| * | | net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu2013-10-291-1/+1
| * | | net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-262-12/+13
| * | | net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa2013-10-261-13/+21
| * | | net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-261-3/+4
| * | | net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov2013-10-261-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+2
| |\ \ \
| * | | | net: always inline net_secret_initHannes Frederic Sowa2013-10-231-1/+1
| * | | | net: remove function sk_reset_txq()ZHAO Gang2013-10-221-6/+0