aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-02uapi: Convert some uses of 6 to ETH_ALENJoe Perches6-8/+12
2013-08-01net: add a temporary sanity check in skb_orphan()Eric Dumazet1-0/+2
2013-07-31cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypesJoe Perches2-2/+2
2013-07-31checksum: Remove extern from function prototypesJoe Perches1-5/+5
2013-07-31cfg80211.h/mac80211.h: Remove extern from function prototypesJoe Perches2-25/+25
2013-07-31ax25.h: Remove extern from function prototypesJoe Perches1-106/+109
2013-07-31arp/neighbour.h: Remove extern from function prototypesJoe Perches2-65/+63
2013-07-31af_rxrpc.h: Remove extern from function prototypesJoe Perches1-19/+16
2013-07-31af_unix.h: Remove extern from function prototypesJoe Perches1-8/+8
2013-07-31addrconf.h: Remove extern function prototypesJoe Perches1-88/+72
2013-07-31fib_rules: add .suppress operationStefan Tomanek2-1/+5
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches4-101/+104
2013-07-31net: skb_orphan() changesEric Dumazet1-3/+4
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-0/+1
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du3-5/+34
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2-13/+15
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov2-5/+0
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller1-0/+2
2013-07-30PCI: move enum pcie_link_width into pci.hJacob Keller2-13/+13
2013-07-30rtnl: export physical port id via RT netlinkJiri Pirko1-0/+1
2013-07-30net: add ndo to get id of physical port of the deviceJiri Pirko1-0/+20
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-3/+0
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin2-0/+2
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf1-0/+1
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2-0/+205
2013-07-27USBNET: centralize computing of max rx/tx qlenMing Lei1-0/+3
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-0/+15
2013-07-27virtio-net: put virtio net header inline with dataMichael S. Tsirkin1-1/+3
2013-07-24net: Make devnet_rename_seq staticThomas Gleixner1-3/+0
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet4-6/+29
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-0/+4
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann10-10/+10
2013-07-23team: add support for sending multicast rejoinsJiri Pirko1-0/+6
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko2-1/+1
2013-07-23team: add peer notificationJiri Pirko1-1/+7
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-1/+0
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-9/+0
2013-07-22tun: Support software transmit time stamping.Richard Cochran1-0/+3
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+2
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-2/+1
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-17/+84
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-2/+2
2013-07-16linked-list: Remove __list_for_eachDave Jones1-11/+0
2013-07-16sysfs: use file mode defines from stat.hOliver Schinagl1-8/+9
2013-07-16sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl1-13/+38
2013-07-16driver core: add default groups to struct classGreg Kroah-Hartman1-1/+3
2013-07-16driver core: Introduce device_create_groupsGuenter Roeck1-0/+5
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-2/+2
2013-07-16driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman1-7/+21